Updates
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 5 Jul 2005 23:00:12 +0000 (23:00 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 5 Jul 2005 23:00:12 +0000 (23:00 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
docs/reference/ChangeLog
docs/reference/gtk/images/file-button.png
docs/tools/widgets.c

index dbeb2a119283336523a802a808ab0f461e35a933..b2ef526fbbb480238fc2093060cb1327bc6fcbb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-07-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * doc/tools/widgets.c: Actually generate a file-button
+       image.
+
 2005-07-06  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkcursor-win32.c: Add comment about the current named
index dbeb2a119283336523a802a808ab0f461e35a933..b2ef526fbbb480238fc2093060cb1327bc6fcbb2 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * doc/tools/widgets.c: Actually generate a file-button
+       image.
+
 2005-07-06  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkcursor-win32.c: Add comment about the current named
index dbeb2a119283336523a802a808ab0f461e35a933..b2ef526fbbb480238fc2093060cb1327bc6fcbb2 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * doc/tools/widgets.c: Actually generate a file-button
+       image.
+
 2005-07-06  Tor Lillqvist  <tml@novell.com>
 
        * gdk/win32/gdkcursor-win32.c: Add comment about the current named
index 0e1500bc16a4cd5aaaf30cda8c69852462ec7ec0..9379dc81f2f96a865c27238c3eb17978386ab4f5 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-05  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/images/file-button.png: Update
+
 2005-07-05  Matthias Clasen  <mclasen@redhat.com>
 
        * gtk/gtk-sections.txt: Add new api.
index 5c79ab19394f32f86580359e8c12f064077c51cc..8298e583845a76515052a8880ca85b297ebdb73d 100644 (file)
Binary files a/docs/reference/gtk/images/file-button.png and b/docs/reference/gtk/images/file-button.png differ
index fbbd2460142180d2f22571b9ad4f715fb97e954b..a902c4ff3bdf023b816fbe6d08a7ee3244d6eac1 100644 (file)
@@ -851,6 +851,7 @@ get_all_widgets (void)
   retval = g_list_prepend (retval, create_combo_box ());
   retval = g_list_prepend (retval, create_combo_box_entry ());
   retval = g_list_prepend (retval, create_entry ());
+  retval = g_list_prepend (retval, create_file_button ());
   retval = g_list_prepend (retval, create_font_button ());
   retval = g_list_prepend (retval, create_frame ());
   retval = g_list_prepend (retval, create_icon_view ());